@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix uom: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
@prefix patt: <http://example.org/iadopt/pattern> .

<http://example.org/CCA/U236GF>
    a 
        iop:Variable ;
    rdfs:label 
        "Global fallout of U‑236 (U236GF)" ;
    rdfs:comment 
        """Global fallout of U‑236 (U236GF) in atoms kg-1 in the artic sea""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/130" ;
    iop:hasObjectOfInterest 
        _:b0 ;
    iop:hasMatrix 
        <https://www.wikidata.org/entity/Q788> ;
    iop:hasProperty 
        <https://www.wikidata.org/entity/Q139568528> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "process: fallout" ;
             iop:constrains <https://www.wikidata.org/entity/Q5955496> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "source: global" ;
             iop:constrains <https://www.wikidata.org/entity/Q5955496> ;
        ] .

_:b0
    a 
        iop:Entity ,
        iop:AsymmetricSystem ;
    iop:hasDenominator 
        <https://www.wikidata.org/entity/Q184395> ;
    iop:hasNumerator 
        <https://www.wikidata.org/entity/Q5955496> .

<https://www.wikidata.org/entity/Q788>
    a 
        iop:Entity ;
    rdfs:label 
        "arctic ocean" .

<https://www.wikidata.org/entity/Q139568528>
    a 
        iop:Property ;
    rdfs:label 
        "number density per unit mass" .

<https://www.wikidata.org/entity/Q184395>
    a 
        iop:Entity ;
    rdfs:label 
        "sea water" .

<https://www.wikidata.org/entity/Q5955496>
    a 
        iop:Entity ;
    rdfs:label 
        "Uranium‑236" .
